home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / mac / Xtras / Buddy API 1.6 / Buddy API Docs.swf / texts / 1146.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  2.0 KB  |  103 lines

  1. 38
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. ScreenInfo 
  6. --- RECORDSEPARATOR ---
  7. Platform:
  8. --- RECORDSEPARATOR ---
  9.  
  10. --- RECORDSEPARATOR ---
  11. W
  12. --- RECORDSEPARATOR ---
  13. indows
  14. --- RECORDSEPARATOR ---
  15.  
  16. --- RECORDSEPARATOR ---
  17. Description:
  18. --- RECORDSEPARATOR ---
  19.  
  20. --- RECORDSEPARATOR ---
  21. baScreenInfo returns information about the screen.
  22. --- RECORDSEPARATOR ---
  23.  
  24. --- RECORDSEPARATOR ---
  25. Usage:
  26. --- RECORDSEPARATOR ---
  27.  
  28. --- RECORDSEPARATOR ---
  29. Result = baScreenInfo( InfoType )
  30. --- RECORDSEPARATOR ---
  31.  
  32. --- RECORDSEPARATOR ---
  33. Arguments:
  34. --- RECORDSEPARATOR ---
  35.  
  36. --- RECORDSEPARATOR ---
  37. String. 
  38. --- RECORDSEPARATOR ---
  39. The type of information to get. Can be: 
  40. --- RECORDSEPARATOR ---
  41. "height" 
  42. --- RECORDSEPARATOR ---
  43. the height of the screen in pixels 
  44. --- RECORDSEPARATOR ---
  45. "width" 
  46. --- RECORDSEPARATOR ---
  47. the width of the screen in pixels 
  48. --- RECORDSEPARATOR ---
  49. "depth" 
  50. --- RECORDSEPARATOR ---
  51. the colour depth of the screen in bits 
  52. --- RECORDSEPARATOR ---
  53. "fontheight" 
  54. --- RECORDSEPARATOR ---
  55. the height of the system font in pixels 
  56. --- RECORDSEPARATOR ---
  57. "titlebar height" 
  58. --- RECORDSEPARATOR ---
  59. the height of the system title bars 
  60. --- RECORDSEPARATOR ---
  61. "menubar height" 
  62. --- RECORDSEPARATOR ---
  63. the height of system menus
  64. --- RECORDSEPARATOR ---
  65.  
  66. --- RECORDSEPARATOR ---
  67. Returns:
  68. --- RECORDSEPARATOR ---
  69.  
  70. --- RECORDSEPARATOR ---
  71. Integer.
  72. --- RECORDSEPARATOR ---
  73.  
  74. --- RECORDSEPARATOR ---
  75. Examples:
  76. --- RECORDSEPARATOR ---
  77.  
  78. --- RECORDSEPARATOR ---
  79. Director: 
  80. --- RECORDSEPARATOR ---
  81. set ScrHgt = baScreenInfo( "height" ) 
  82. --- RECORDSEPARATOR ---
  83. Authorware: 
  84. --- RECORDSEPARATOR ---
  85. ScrHgt := baScreenInfo( "height" )
  86. --- RECORDSEPARATOR ---
  87.  
  88. --- RECORDSEPARATOR ---
  89. Notes:
  90. --- RECORDSEPARATOR ---
  91.  
  92. --- RECORDSEPARATOR ---
  93. The values that are returned will be accurate even if the screen size is changed 
  94. --- RECORDSEPARATOR ---
  95. while the projector or packaged file is running.
  96. --- RECORDSEPARATOR ---
  97.  
  98. --- RECORDSEPARATOR ---
  99. See also:
  100. --- RECORDSEPARATOR ---
  101.  
  102. --- RECORDSEPARATOR ---
  103. baSetDisplay